.title{
    text-align: center;
    margin-top: 100px;
    margin-bottom: 30px;
    color: #474747;
    font-size: 1.5rem;
    font-family: 'Nunito', cursive;
    @media (max-width: 992px) {
      margin-bottom: 50px;
  }
    font-weight: bold;
}
.Education_section{
    padding-left: 30px;
}


.education_contents{
    padding: 0px 30px;
    border-left: 2px solid #474747;
}

.Education_section .education_contents .box::before{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    right: calc(100% + 19px);
    top:0;
    background-color: #474747;
    border: 2px solid white;
}

.box {
    color: #474747;
    font-family: 'Nunito', cursive;
    position: relative;
    padding: 5px;
    margin-bottom: 20px;
}
.box li{
    margin-bottom: 15px;
    
}

.box .locations{
    font-style: italic;
}
.square {
    display: inline-block;
    padding: 5px 10px;
    background-color: #6B8EAD;
    border-radius: 5px;
    margin: 1px;
  }
.education_hr{
    margin-top: 50px;
    width: 50%;
}


